home *** CD-ROM | disk | FTP | other *** search
Text File | 1989-11-10 | 870 b | 24 lines | [TEXT/GEOL] |
- Item 5999939 10-Nov-89 18:11
-
- From: BIANCHI1 Bianchi, Curt
-
- To: SW0075 SWV VTS Transportation Systems, GBG
-
- cc: MACAPP.TECH$ MacApp Technical
-
- Sub: Re: GridView restrictions
-
- Hi Dan,
-
- I don't believe there is anything in the design of gridviews that would prevent
- it from being expanded to >32,767 rows or columns. Mostly, it's a matter of
- changing the row/column indexes from integers to longints. This would also
- apply to the TRunArray class in the gridview unit, as it maintains the row and
- column heights. What I would do is to make a copy of MacApp's GridView and
- turn it into a 32-bit version. Unfortunately you can't do this as a subclass
- of TGridView as it has the 16-bit row/column indices built into it.
-
- Curt Bianchi
- Apple Computer
-
-